home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Programming / AmigaE / Src / Tools / EasyGUI / Docs / ticker.doc < prev   
Encoding:
Text File  |  1997-02-13  |  514 b   |  24 lines

  1. Ticker PLUGIN
  2. -------------
  3. A simple PLUGIN that absorbs all the IDCMP_INTUITICKS and calls its action
  4. function on each tick.
  5.  
  6. Constructors:
  7.  
  8.     None, just create the object.
  9.  
  10. Destructor:
  11.  
  12.     None, you needn't call END, but it doesn't hurt.
  13.  
  14. Action functions:
  15.  
  16.     Your action function will be called (or your action value returned by
  17.     easygui()) in the following circumstances:
  18.       o When an IDCMP_INTUITICK occurs.  Note: IDCMP_INTUITICKS only happen
  19.         to the active window!
  20.  
  21. Exceptions:
  22.  
  23.     None.
  24.